.listpd {
  /*width: 62.5%;*/
  width: 1600px;
  margin: 0 auto;
}
.listpd .swiper-slide{
  min-height: 0;
  width: 365px;
  margin-bottom: 54px;border: 1px solid #ccc;
}
/*.listpd .swiper-slide:nth-child(2n){
  margin: 5% 0 54px;
}*/
.listpd .swiper-slide .detail {
 
  width: calc(100% - 2px);
padding: 1% 0;
/*border: 1px solid #c9c9c9;*/
border-top: 0;
text-align: center;
background: #fff;


}
.listpd .swiper-slide a.tit {
  position: relative;
  display: inline-block;
  padding-bottom: 2%;
  margin-bottom:2%;
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.listpd .swiper-slide a.tit:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #ddd;
  margin-left: -20px;
}
.listpd .swiper-slide a.btn {
  display: inline-block;
  width: 46.5%;
  border: 1px solid #c9c9c9;
  margin-top: 13%;
  font-size: 14px;
  line-height: 40px;
  color: #999;
  -webkit-transition: all 0.8s;
          transition: all 0.8s;
}
.listpd .swiper-slide a.btn:hover {
  border-color: #ec0000;
  background: #ec0000;
  color: #fff;
}
.listpd .swiper-slide .img{
  display: block;
}
.listpd .swiper-slide .img .mask{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
  opacity: 0;
  transition: opacity 1s;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
.listpd .swiper-slide .img .mask img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.listpd .swiper-slide .img:hover .mask{
  opacity: 0.7; color:#609
}
.listpd .swiper-pagination{

}
.listpd .swiper-pagination-bullet{
    border-radius: 50%;
    background: #c29b66;
}
.listpd .swiper-pagination-bullet-active{
  background-color: #00a1ea;
}

.listpd ul {
  width: 100%;
}
.listpd li {
  width: 30.4%;
  margin-bottom: 54px;
}
/*.listpd li:nth-child(2n) {
  margin: 5% 4.3% 54px;
}
*/.listpd li .detail {
  width: calc(86% - 2px);
  padding: 6% 7% 9%;
  border: 1px solid #c9c9c9;
  border-top: 0;
  text-align: center;
  background: #fff;
}
.listpd li a.tit {
  position: relative;
  display: inline-block;
  padding-bottom: 4%;
  margin-bottom: 6.6%;
  font-size: 20px;
  line-height: 2;
  color: #333;
}
.listpd li a.tit:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #ddd;
  margin-left: -20px;
}
.listpd li a.btn {
  display: inline-block;
  width: 46.5%;
  border: 1px solid #c9c9c9;
  margin-top: 13%;
  font-size: 18px;
  line-height: 40px;
  color: #999;
  -webkit-transition: all 0.8s;
          transition: all 0.8s;
}
.listpd li a.btn:hover {
  border-color: #ec0000;
  background: #ec0000;
  color: #fff;
}
.listpd li .img{
  display: block;
}
.listpd li .img .mask{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
  opacity: 0;
  transition: opacity 1s;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.listpd li .img .mask img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.listpd li .img:hover .mask{
  opacity: 0.7;
}
@media screen and (max-width: 1250px) {
  .listpd {
    width: 90%;
  }
  .listpd li a.btn {
    font-size: 14px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .listpd li {
    float: none;
    width: calc(98% - 2px);
    margin: 0 auto 54px;
  }
 /* .listpd li:nth-child(2n) {
    margin: 0 auto 54px;
  }*/
}



/*# sourceMappingURL=list.css.map */

/*.color-indicator {
  right: 20px;
  bottom: 20px;
  height: 10px;}
  
  .line{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;}*/
	
	
.t01{position:absolute; top:25px; left:35PX; color:#282828; font-size:18px; display:inline-block}
.t02{position:absolute; TOP:50PX; left:35PX; color:#a4a4a4}
.t01:hover{ display: none}
.t02:hover{ display: none}